home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00148_Script_148 < prev    next >
Text File  |  1995-05-21  |  242b  |  12 lines

  1. on exitFrame
  2.   global gTheDay
  3.   if the movierate of sprite 48 = 0 then
  4.     go to the frame
  5.   else
  6.     if the movierate of sprite 48 > 0 then
  7.       go to the frame
  8.     else
  9.       go to frame gTheDay & "calls"
  10.     end if
  11.   end if
  12. end